Handle accelerators involving virtual modifiers better
authorMatthias Clasen <mclasen@redhat.com>
Mon, 17 Aug 2009 17:38:06 +0000 (13:38 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 17 Aug 2009 17:46:30 +0000 (13:46 -0400)
commit270a95f12e2375227218ec66da4e112d8f331f77
tree3812f3f3fd91ec410cfc328d0a563d39cb84a42c
parentbe83e8789c3d29ebdd6cb27af5227d2141f92e6c
Handle accelerators involving virtual modifiers better

The previous code would trigger on an unmodified 'S' key for a
'Super+S' accel. The current code avoids that at the cost of breaking
combinations like 'Mod4+Super+S' which are too exotic to worry about...
Bug 591526
gtk/gtkkeyhash.c